home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK1.toast / Development Kits / Apple Guide / Engineering / AGFile Library / About AGFile next >
Encoding:
Text File  |  1994-03-23  |  1013 b   |  31 lines  |  [TEXT/MPS ]

  1. # Copyright ©1994 Apple Computer, Inc. All rights reserved.
  2. # Author: John R. Powers, III
  3. # Date:   23-Mar-94
  4.  
  5. AGFile is a C library for accessing information about guide databases.
  6. It does not use or require the Apple Guide extension.
  7.  
  8. A guide database may have any creator, but the file type
  9. must be kAGFileMain or kAGFileMixin.
  10.  
  11. It provides the following services:
  12.  
  13. Given a directory, count the guide databases of a 
  14. particular database type and main/mixin combination.
  15.  
  16. Given a directory, return the FSSpec for the i-th
  17. guide database of a particular database type and main/mixin combination.
  18.  
  19. Given an FSSpec, return the following information:
  20.  
  21. • The database type (Help, Tutorial, Other, etc.)
  22. • Menu item name
  23. • Database software version
  24. • The number of selectors
  25. • The i-th selector and value
  26. • Whether or not the database is a Mixin database
  27. • The Help menu application creator selector
  28. • The mixin-match selector
  29. • The Help menu item balloon text
  30.  
  31. To use, build AGFileLib and link into your application.